PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / save Method / save(Stream,PDFSecurityHandler) Method
Destination stream.
Security handler for encrypting the saved file.
In This Topic
    save(Stream,PDFSecurityHandler) Method
    In This Topic
    Saves the PDF document to the specified stream.
    Syntax

    Parameters

    stream
    Destination stream.
    securityHandler
    Security handler for encrypting the saved file.
    Exceptions
    ExceptionDescription
    if a java.io.IOException appears during the save operation.
    See Also